home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / smaltalk / st80_pr4.lha / st80_pre4 / Foible / SDS / README < prev    next >
Text File  |  1993-07-24  |  2KB  |  52 lines

  1. System Dynamic Simulation in Smalltalk
  2.  
  3. 1. Introduction
  4.  
  5. 1.1 What is SDS.
  6.  
  7. System Dynamic Simulator (SDS) program is a visual programming tool
  8. for building and simulating dynamic system models.
  9.  
  10. SDS is written in SmallTalk 2.5 Parc-Place using Sun4-sparc. It is built
  11. on top of Foible, which is a framework for visual programming development.
  12.  
  13. 1.2 Installation Procedure
  14.  
  15. In order to install SDS, you should have a Smalltalk 2.5 from Parc-Place
  16. running and Foible program available on your system. The following is a
  17. step by step procedure to install SDS:
  18.  
  19. 1. run smalltalk
  20. 2. load Foible.st
  21.     - in FoibleDirectory class,  change the method 'iconDirectory'  with
  22.       the correct Foible icon directory
  23. 3. load SDS.st
  24.     - in SDSDirectory class, change the method 'iconDirectory' with 
  25.       the correct SDS icon directory
  26. 4. load SDS-Equations.st
  27. 5. load SDS-Graphs.st
  28. 6. load SDS-Tables.st
  29.  
  30. If you encounter undefined class error definitions when loading one of the
  31. SDS-* files, you can ignore them since smalltalk always executes class 
  32. initialization when loading the class.
  33.  
  34. 1.3 Examples
  35.  
  36. By now, you are ready to try SDS program. In the example directory, you will
  37. find several *.stbin files which are example files for the simulator.
  38.  
  39. If you would like to start a new SDS program, execute the following in
  40. Smalltalk workspace :
  41. SDSView open.
  42.  
  43. If you are going to try one of the SDS examples, execute the following :
  44. SDS openProgram.
  45.  
  46. SDS is a very similar to Stella program on the Macintosh. Most of the time
  47. you will be able to learn how to use SDS by reading Stella manual.
  48.  
  49. SDS program is written by Herry Sutanto (sutanto@cs.uiuc.edu) and 
  50. Ignatius Setiadi (setiadi@cs.uiuc.edu) as a class project.
  51.  
  52.